native heap meaning in Chinese
本机堆
Examples
- The method could not allocate enough native heap memory
此方法未能分配足够的本机堆内存。 - Object stored on the native heap
不对存储在本机堆上的 - If you instantiate a gcroot object on the native heap , you must call delete on that resource
如果实例化本机堆上的gcroot对象,必须调用该资源上的删除。 - Copies a specified number of characters from a unicode string stored in native heap to a managed
将指定数目的字符从存储在本机堆中的unicode字符串复制到托管 - Demonstrates that reference types and value types can only be instantiated on the managed heap , not on the stack or on the native heap
演示只能在托管堆上而不能在堆栈或本机堆上初始化引用类型和值类型。